home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / aurora2c.zip / MAIN.AML < prev    next >
Text File  |  1995-04-07  |  1KB  |  54 lines

  1.  
  2. // ───────────────────────────────────────────────────────────────────
  3. // The Aurora Editor v2.0
  4. // Copyright 1993-1995 nuText Systems. All Rights Reserved Worldwide.
  5. //
  6. // Main Macro Source file
  7. //
  8. // If you have made any changes, save this file and select 'Recompile
  9. // the Editor' <alt f2> from the Set menu. Exit and re-enter the
  10. // editor for your changes to take effect.
  11. // ───────────────────────────────────────────────────────────────────
  12.  
  13.   object a
  14.  
  15.     // compile-time macros and constants
  16.     include  bootpath "define.aml"
  17.  
  18.     // system settings
  19.     include  bootpath "system.aml"
  20.  
  21.  
  22.   object  prf
  23.  
  24.     // configuration settings
  25.     include  amlfile "config"
  26.  
  27.  
  28.   object  a
  29.  
  30.     // colors
  31.     include  bootpath "color.aml"
  32.  
  33.     // library
  34.     include  amlfile "lib"
  35.  
  36.     // extensions
  37.     include  bootpath "ext.aml"
  38.  
  39.     // menu definitions
  40.     include  bootpath "menu.aml"
  41.  
  42.     // keyboard definitions
  43.     include  bootpath "kbd.aml"
  44.  
  45.     // mouse definitions
  46.     include  bootpath "mouse.aml"
  47.  
  48.     // syntax highlighting definitions
  49.     include  bootpath "syntax.aml"
  50.  
  51.     // translation definitions
  52.     include  bootpath "tran.aml"
  53.  
  54.